|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.doclinx.ftxml.ALL_PARMS
Parameter block class is shared between merge and index build steps. This is a abstract class common to MERGE_PARMS and DPAPI_PARMS. These parameters effect merge or build steps shared by both processes.
catSetParms
,
catUpdate
Field Summary | |
com.doclinx.jftr.DPCTRL |
dc
DP control block shared between steps (NOT set by USER application). |
int |
dpapi_error
Return Data: System/file error # of failure. |
boolean |
dpapi_intermediateFiles
Keep intermediate files |
byte |
dpapi_phase
Return Data: Which Step failed. |
int |
dpapi_recover
Keep STF file copy and catalog entries in order to run DP again. |
boolean |
mk_bWeb
Missing sub-files are NOT error |
java.lang.String |
mk_cdMapString
DO not use (Size of 1st 3 sub-files) |
java.lang.String |
mk_copyright
Copyright string to place in .DAT |
java.lang.String |
mk_databaseId
Database ID |
boolean |
mk_debug
Enable mkcd debug information output |
java.lang.String |
mk_fileSelect
Subfiles to build in .DAT |
java.lang.String |
mk_key
Encryption key |
int |
mk_memSize
MkCDWeb memory allocation size |
java.lang.String |
mk_outputPath
Output PATH to place temp & .DAT |
int |
mk_sequence
.DAT files sequence (multi-volume) |
static int |
RECOVER_CAT
dpapi_recover: Save catalog entries (and STF in .bak file) if DP error |
static int |
RECOVER_CATANDSTF
dpapi_recover: Save catalog entries (and use backup STF for next update) if DP error |
static int |
RECOVER_NONE
dpapi_recover: DO not save catalog entries (and STF) in DP error |
boolean |
reorg_debug
Output reorg step debug info. |
int |
reorg_memSize
Reorg step memory allocation size |
Constructor Summary | |
ALL_PARMS()
Constructor to initialize common components to default values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int RECOVER_NONE
public static final int RECOVER_CAT
public static final int RECOVER_CATANDSTF
public boolean dpapi_intermediateFiles
public int dpapi_recover
public int reorg_memSize
public boolean reorg_debug
public java.lang.String mk_outputPath
public int mk_memSize
public java.lang.String mk_fileSelect
public int mk_sequence
public java.lang.String mk_databaseId
public java.lang.String mk_key
public java.lang.String mk_copyright
public java.lang.String mk_cdMapString
public boolean mk_bWeb
public boolean mk_debug
public com.doclinx.jftr.DPCTRL dc
public byte dpapi_phase
public int dpapi_error
Constructor Detail |
public ALL_PARMS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |